home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
html-related
/
hsc
/
source
/
hsclib
/
posteval.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-06
|
378b
|
24 lines
/*
* hsclib/posteval.h
*
* functions to postprocess attributes
* (remember IDs, references, etc)
*/
#ifndef HSCLIB_POSTEVAL_H
#define HSCLIB_POSTEVAL_H
/*
*
* extern references
*
*/
#ifndef NOEXTERN_HSCLIB_POSTEVAL_H
extern BOOL postprocess_tagattr(HSCPRC * hp, HSCTAG *tag, BOOL open_tag);
#endif /* NOEXTERN_HSCLIB_POSTEVAL_H */
#endif /* HSCLIB_POSTEVAL_H */